home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00139.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  115 b   |  6 lines

  1. global gBaseURL
  2.  
  3.     on mouseDown
  4.    if NetDone() = FALSE then NetAbort
  5.    GoToNetMovie gBaseURL & "vacation.dcr"
  6.     end